how travel a list invertida in python

28

array = [0, 10, 20, 40]
for (i = array.length() - 1; i >= 0; i--)

Comments

Submit
0 Comments